home *** CD-ROM | disk | FTP | other *** search
- CLIB=/clibs/c.lib
- .o.exe:
- ln $*.o $(CLIB)
- all:
- make profile.com
- make regs.com
- make regs.exe
- make tester.com
- profile.com : profile.o timer.o
- ln -t -o $*.com $*.o timer.o $(CLIB)
- regs.com : regs.o
- ln -o $*.com $*.o $(CLIB)
- regs.exe : regs.o
- ln -o $*.exe $*.o $(CLIB)
- tester.com : tester.o trick.o
- ln -t -o $*.com $*.o trick.o $(CLIB)
- tester.exe : tester.o trick.o
- ln -t -o $*.exe $*.o trick.o $(CLIB)